how to get all the records with same ID in laravel

33

Product::orderBy('id','desc')->where('category_id', 1)->get();

Comments

Submit
0 Comments